home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 6-Apple⁄DEC Alliance / Solutions & Networking Guide / Macintosh Networking Guide / Macintosh Networking Guide / background_15168.txt < prev    next >
Text File  |  1990-04-17  |  1KB  |  70 lines

  1. -- background: 15168 from stack: in
  2. -- bmap block id: 15628
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Chart
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0004
  11. -- rect: left=1 top=97 right=302 bottom=131
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 242
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 24
  19. -- part name: Categories
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=0 top=0 right=27 bottom=211
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 156
  30. -- text size: 18
  31. -- style flags: 2048
  32. -- line height: 24
  33. -- part name: cabling
  34.  
  35.  
  36. -- part 3 (field)
  37. -- low flags: 01
  38. -- high flags: 0000
  39. -- rect: left=302 top=26 right=47 bottom=432
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 12
  45. -- style flags: 256
  46. -- line height: 16
  47. -- part name: Selected
  48.  
  49.  
  50. -- part 10 (field)
  51. -- low flags: 01
  52. -- high flags: 0001
  53. -- rect: left=172 top=307 right=339 bottom=340
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 242
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Tell
  62. ----- HyperTalk script -----
  63. on mouseEnter
  64.   put "Message Field" & return & "displays help information" into fld "Tell"
  65. end mouseEnter
  66.  
  67. on mouseLeave
  68.   put empty into fld "Tell"
  69. end mouseLeave
  70.